home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 1.iso / pc / jsf.dir / Internal_160.ls < prev    next >
Encoding:
Text File  |  1997-08-29  |  158 b   |  12 lines

  1. on exitFrame
  2.   global lan
  3.   if lan = "g" then
  4.     go(the frame)
  5.   else
  6.     nothing()
  7.   end if
  8.   set the visible of sprite 25 to 1
  9.   ctrlbar()
  10.   generic()
  11. end
  12.